コード例 #1
0
ファイル: MedicineModel.cs プロジェクト: mahmudkoli/Medicine
 public string Add()
 {
     this.ImageUrl      = CustomFile.SaveImageFile(this.ImageFileBase, this.Name, this.Id, "Medicine");
     this.ContributorId = AuthenticatedUserModel.GetUserFromIdentity().Id;
     return(_medicineService.AddByUser(this));
 }