コード例 #1
0
ファイル: TypeAccessService.cs プロジェクト: alexeylipaev/ACS
 public void UpdateChancellery(TypeAccessDTO TypeAccessDTO, string authorEmail)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: TypeAccessService.cs プロジェクト: alexeylipaev/ACS
 public void MakeTypeAccess(TypeAccessDTO TypeAccessDTO, string authorEmail)
 {
     throw new NotImplementedException();
 }