コード例 #1
0
ファイル: UserBusiness.cs プロジェクト: stephaniacc93/AFEI
 public void Create(User entity)
 {
     userPersistence.Create(entity);
 }