コード例 #1
0
 public bool Update(Master_Language obj, string[] param, string spName)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public IEnumerable <Master_Language> GetAll(Master_Language obj, string[] param, string spName)
 {
     return(_ILanguageRepository.GetAll(obj, param, spName));
 }