public Task <bool> Update(WebApplication1.DTO.User user) { throw new NotImplementedException(); }
public Task <bool> AddUserGroup(WebApplication1.DTO.Group group, WebApplication1.DTO.User user) { throw new NotImplementedException(); }
public Task InsertUser(WebApplication1.DTO.User user, string extUserId) { throw new NotImplementedException(); }