Example #1
0
 public async Task <int> CreateAsync(Users dt)
 {
     return(await _userDal.CreateAsync(dt));
 }