コード例 #1
0
ファイル: GrupoService.cs プロジェクト: Pablo1402/Chabelly
 public void Add(grupo model)
 {
     _repo.AddNoValidate(model);
 }