Files
Hushian/Hushian.Application/Services/CompanyService.cs

13 lines
206 B
C#
Raw Normal View History

2025-06-29 16:14:42 +03:30
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Hushian.Application.Services
{
public class CompanyService
{
}
}