예제 #1
0
 public int Create(AccountForm body)
 {
     return(_repository.Create(body.ToDalAccountInsert()));
 }