Beispiel #1
0
 public async Task <Areas> FindToPK(string id)
 {
     return(await _repositroy.FindByIdAsync(id));
 }