Example #1
0
 public bool Set(UsersVM item)
 {
     return(Update(item.ToModel()));
 }
Example #2
0
 public int Add(UsersVM item)
 {
     return(Insert(item.ToModel()));
 }