예제 #1
0
 public Application Save(Application item)
 {
     item.ModifiedDate = DateTime.Now;
     return this._repository.Save(item);
 }
예제 #2
0
 public bool Delete(Application item)
 {
     throw new NotImplementedException();
 }