Exemplo n.º 1
0
 public UserTypeResponse Get(long CatID)
 {
     return(repo.Read(CatID));
 }