Beispiel #1
0
 public void Update(Budget_LoginReviewCommonCost instance)
 {
     if (instance == null)
     {
         throw new ArgumentNullException();
     }
     this._repository.Update(instance);
 }
Beispiel #2
0
 public string Create(Budget_LoginReviewCommonCost instance)
 {
     if (instance == null)
     {
         throw new ArgumentNullException();
     }
     return(this._repository.Create(instance));
 }