コード例 #1
0
 public void DeleteGlobalZonesInterlock(GlobalZonesInterlock globalZonesInterlock)
 {
     _globalZonesInterlockDal.Delete(globalZonesInterlock);
 }
コード例 #2
0
 public GlobalZonesInterlock UpdateGlobalZonesInterlock(GlobalZonesInterlock globalZonesInterlock)
 {
     return(_globalZonesInterlockDal.Update(globalZonesInterlock));
 }
コード例 #3
0
 public GlobalZonesInterlock AddGlobalZonesInterlock(GlobalZonesInterlock globalZonesInterlock)
 {
     return(_globalZonesInterlockDal.Add(globalZonesInterlock));
 }