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