Exemple #1
0
 public int Update(fileuploads existingfileuploads)
 {
     return(AllocateRepo().Update(existingfileuploads));
 }
Exemple #2
0
 public int Delete(fileuploads existingfileuploads)
 {
     return(AllocateRepo().Delete(existingfileuploads));
 }
Exemple #3
0
 public long Create(fileuploads newfileuploads)
 {
     return(AllocateRepo().Create(newfileuploads));
 }