コード例 #1
0
 public ServiceResult <UsersEnt> UpdateUsers(UsersEnt users)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public ServiceResult <UsersEnt> AddTtpe(UsersEnt users)
 {
     throw new NotImplementedException();
 }