49 changed files with 1047 additions and 290 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,9 +1,8 @@ |
|||
{ |
|||
"runtimeOptions": { |
|||
"additionalProbingPaths": [ |
|||
"C:\\Users\\rita.su\\.dotnet\\store\\|arch|\\|tfm|", |
|||
"C:\\Users\\rita.su\\.nuget\\packages", |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
"C:\\Users\\USER\\.dotnet\\store\\|arch|\\|tfm|", |
|||
"C:\\Users\\USER\\.nuget\\packages" |
|||
] |
|||
} |
|||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,9 +1,8 @@ |
|||
{ |
|||
"runtimeOptions": { |
|||
"additionalProbingPaths": [ |
|||
"C:\\Users\\rita.su\\.dotnet\\store\\|arch|\\|tfm|", |
|||
"C:\\Users\\rita.su\\.nuget\\packages", |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
"C:\\Users\\USER\\.dotnet\\store\\|arch|\\|tfm|", |
|||
"C:\\Users\\USER\\.nuget\\packages" |
|||
] |
|||
} |
|||
} |
@ -0,0 +1,33 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace AMESCoreStudio.WebApi.DTO.AMES |
|||
{ |
|||
|
|||
public class MailGroupDetailDtos |
|||
{ |
|||
public List<MailGroupDetailDto> mailGroupDetailDto { get; set; } |
|||
} |
|||
public class MailGroupDetailDto |
|||
{ |
|||
public int MailID { get; set; } |
|||
|
|||
public int GroupID { get; set; } |
|||
public string GroupName { get; set; } |
|||
|
|||
public int UserID { get; set; } |
|||
public string UserName { get; set; } |
|||
public string UserNo { get; set; } |
|||
public string UserEMail { get; set; } |
|||
|
|||
public int CreateUserId { get; set; } |
|||
|
|||
public DateTime CreateDate { get; set; } |
|||
|
|||
public int UpdateUserId { get; set; } |
|||
public DateTime UpdateDate { get; set; } |
|||
|
|||
} |
|||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,9 +1,8 @@ |
|||
{ |
|||
"runtimeOptions": { |
|||
"additionalProbingPaths": [ |
|||
"C:\\Users\\rita.su\\.dotnet\\store\\|arch|\\|tfm|", |
|||
"C:\\Users\\rita.su\\.nuget\\packages", |
|||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
|||
"C:\\Users\\USER\\.dotnet\\store\\|arch|\\|tfm|", |
|||
"C:\\Users\\USER\\.nuget\\packages" |
|||
] |
|||
} |
|||
} |
Loading…
Reference in new issue