Ejemplo n.º 1
0
 public override UserModel GetByKey(int key)
 {
     return(DataStorageService.FindUserById(key));
 }