コード例 #1
0
 public JsonResult SaveContact(Artist dataObject)
 {
     return Extensions.Execute(() =>
     {
         Repository.Update(dataObject);
     });
 }
コード例 #2
0
 public void Attach(Artist entity)
 {
     CurrentContext.Artists.Attach(entity);
 }
コード例 #3
0
 public Artist Update(Artist dataObject)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Artist Update(Artist dataObject)
 {
     throw new NotImplementedException();
 }