Ejemplo n.º 1
0
 public int AddAdmin([FromBody] Login lg)
 {
     return(_authenticateService.AddAdmin(lg));
 }