Beispiel #1
0
 public IResult Update(Tag tag)
 {
     _tagDal.Update(tag);
     return(new SuccessResult(Messages.Success));
 }
Beispiel #2
0
 public void Update(Tag tag)
 {
     _tagDal.Update(tag);
 }
 public Tag UpdateTag(Tag tag)
 {
     _tagDal.Update(tag);
     return(tag);
 }
Beispiel #4
0
 public void Update(Tag photo)
 {
     tagDal.Update(photo);
 }