예제 #1
0
 /// <summary>
 /// Returns all department names
 /// </summary>
 /// <returns>All departments names</returns>
 public List <Role> GetAllRoleNames()
 {
     return(db.GetAllRoleNames());
 }