Esempio n. 1
0
 public IList <Roles> GetByTitle(string title)
 {
     return(rm.GetByTitle(title));
 }