コード例 #1
0
 public ServiceFileRepository(iDataContext oDC)
     : base(oDC)
 {
     ServiceTags = new lm.Comol.Core.InLineTags.Business.ServiceInLineTags(oDC);
 }
コード例 #2
0
 public ServiceFileRepository(iApplicationContext oContext)
     : base(oContext)
 {
     ServiceTags = new lm.Comol.Core.InLineTags.Business.ServiceInLineTags(oContext);
 }