コード例 #1
0
 public object GetScalar(Messages obj)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public IEnumerable<Messages> GetAll(Messages entity)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public int Delete(Messages entity)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Messages Get(Messages obj)
 {
     string[] addParams = { Messages_Constant.MSGKEY};
     return _objRepository.Get(obj, addParams, Messages_Constant.SPROC_MESSAGES_SEL);
 }
コード例 #5
0
 public int AddEdit(Messages entity)
 {
     throw new NotImplementedException();
 }