Beispiel #1
0
 public Task <IEnumerable <Areas> > List()
 {
     return(_repositroy.FindAllAsync());
 }