Beispiel #1
0
 public async Task <IEnumerable <Cell> > AllCell(String userName)
 {
     return(await _cellRepository.AllCell(userName));
 }
Beispiel #2
0
 public List <Cell> AllCell(String userName)
 {
     return(_cellRepository.AllCell(userName));
 }