workingHoursTemp ReModify

This commit is contained in:
samsys
2024-07-09 19:06:41 +03:30
parent d2a5d3cb4b
commit 080131c14d
11 changed files with 30 additions and 52 deletions

View File

@@ -1,4 +1,5 @@
namespace AccountManagement.Application.Contracts.Task;
#nullable enable
namespace AccountManagement.Application.Contracts.Task;
public class CompleteTaskViewModel
{

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System.Collections.Generic;
using Microsoft.AspNetCore.Http;
namespace AccountManagement.Application.Contracts.Task;