コード例 #1
0
ファイル: AppointmentService.cs プロジェクト: RomKap/aPointer
 public void AddDirect(Appointee aptee)
 {
     _AppointeeRepo.AddDirect(aptee);
 }