Exemplo n.º 1
0
 public Task <List <UserBranchResponse> > GetUserBranch(string user)
 {
     return(_userEngine.GetUserBranchAsync(user));
 }