Esempio n. 1
0
 public Role GetByIdWithDetails(int id)
 {
     return(roleDAL.GetByIdWithDetails(id));
 }