예제 #1
0
 public override bool Delete(int key)
 {
     return(DataStorageService.DeleteUser(key));
 }