예제 #1
0
 public bool IsChangedChanged()
 {
     using (UOW uow = new UOW())
     {
         return(uow.IsChangedChanged());
     }
 }