Example #1
0
 int IService <Model.BaseInfo.EnumerationInfos> .GetCount(Model.BaseInfo.EnumerationInfos codition)
 {
     throw new NotImplementedException();
 }
Example #2
0
 Common.ResultMessage IService <Model.BaseInfo.EnumerationInfos> .Update(Model.BaseInfo.EnumerationInfos entity)
 {
     throw new NotImplementedException();
 }
Example #3
0
 IList <Model.BaseInfo.EnumerationInfos> IService <Model.BaseInfo.EnumerationInfos> .FindAll(Model.BaseInfo.EnumerationInfos condition)
 {
     throw new NotImplementedException();
 }
 Common.ResultMessage IDao <Model.BaseInfo.EnumerationInfos> .Insert(Model.BaseInfo.EnumerationInfos entity)
 {
     throw new NotImplementedException();
 }