コード例 #1
0
ファイル: USERService.cs プロジェクト: gaitong/DemoToDo
 public bool Add(USERP uSERP)
 {
     return(_uSERRepository.Add(uSERP) > 0);
 }