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