예제 #1
0
 public Task <bool> Update(WebApplication1.DTO.User user)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public Task <bool> AddUserGroup(WebApplication1.DTO.Group group, WebApplication1.DTO.User user)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public Task InsertUser(WebApplication1.DTO.User user, string extUserId)
 {
     throw new NotImplementedException();
 }