Exemple #1
0
 public IList <Roles> GetByTitleInTrash(string title)
 {
     return(rm.GetByTitleInTrash(title));
 }