示例#1
0
 // For Organization and Event Repos
 public List <Organization> AllOrgs()
 {
     return(_or.All());
 }