示例#1
0
 /// <exception cref="MyException"></exception>
 public void Inserir(IUnidade unidade, ILog log)
 {
     throw new NotImplementedException();
 }
示例#2
0
 /// <exception cref="MyException"></exception>
 public bool Inativar(IUnidade unidade)
 {
     throw new NotImplementedException();
 }
示例#3
0
 /// <exception cref="MyException"></exception>
 public int Inserir(IUnidade unidade)
 {
     throw new NotImplementedException();
 }
示例#4
0
 /// <exception cref="MyException"></exception>
 public bool Alterar(IUnidade unidade)
 {
     throw new NotImplementedException();
 }