public Response GetAllUsers() { return(_service.GetAllUsers()); }
public Response GetAllUsers() { var ret = _service.GetAllUsers(); return(ret); }